.w1200{width: 1200px;}
a{color: #888;}
img{
	max-width: 100%;
}
.top{
	margin: 0 auto;
	overflow: hidden;
	height: 40px;
	line-height: 30px;
	background: #f1f1f1
}
.top p{
	float: right;
	line-height: 40px;
	font-size: 20px;
	color: #167e63;
	width: 265px;
	font-family:Impact,"Microsoft YaHei UI", "微软雅黑";
}
.top span{
	width: 50%;
	line-height: 40px;
	display: block;
	float: left;
	font-size: 14px;
}
.head{
	margin:0 auto;
	padding: 20px 0;
}
.logo{
	width: 500px;
	float: left;
}
.logo a{
	display: block;
	width: 500px;
	height: 60px;
	background: url(../images/logo.jpg) no-repeat;
}
.logo a h1{
	text-indent: -9999em;
}

.nav{
	float: right;
	z-index: 1;
	line-height: 60px;
	height: 60px;
}
.nav ul li.nLi{
	position: relative;
	display: inline;
	text-align:center;
	float: left;
	width: 110px;
	height: 60px;
	line-height: 60px;
	
}
.nav ul li a{
	display: block;
	font-size: 14px;
	color: #383838;
}
.nav ul li:hover{
	background: #167e63;
}
.nav ul li:hover a{
	color: #fff;
}
.nav .on h3 a{ 
	color:#167e63;
}
.nav .sub{ 
	z-index: 99;
	display:none; 
	width:150px;
	top:60px;
	position:absolute; 
}
.nav .sub li{
	background: #167e63;
	zoom:1;
	margin-bottom: 1px;
	line-height: 40px;
	text-align: center;
}
.nav .sub a{ 
	display:block; 
	font-size: 12px;
	color: #fff; 
}
.nav .sub li:hover{background: #3eb164}
.nav .sub li a:hover{color: #fff;}

/*banner*/
.banner{
	position: relative;
	height:530px;
	width: 100%;
}
.banner_btn{
	position: absolute;
	bottom: 3%;
	right: 50%;
}
.banner_btn ul li{
	float: left;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 5em;
	background: #fff;
	cursor: pointer;
}
.banner_btn ul li.on{
	background: #167e63;
}
.banner_pic ul li{
	display: block;
	width: 100%;
	height: 530px;
}

.banner .prev,
.banner .next{ 
	position:absolute;  
	margin-top:-25px; 
	display:block; 
	width:44px; 
	height:44px; 
	filter:alpha(opacity=50);
	opacity:0.5;   
}
.banner .prev{
	top: 50%;
	left: 3%;
	background: url(../images/l-btn.png) no-repeat;
}
.banner .next{
	top: 50%;
	right: 3%;
	background: url(../images/r-btn.png) no-repeat;
}
.banner .prev:hover,
.banner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.banner .prevStop{ display:none;  }
.banner .nextStop{ display:none;  }

/*----------------------------------------------------*/

.btn{
    width: 100%;
    height: 10px;
    background: #167e63;
}
.btnn{
	margin: 0 auto;
	overflow: hidden;
}
.btnn ul li{
	float: left;
	width: 300px;
}
.btnn .btn1{
	display: block;
	width: 300px;
	height: 30px;
	background: url(../images/btn1.jpg) no-repeat;
}
.btnn .btn2{
	display: block;
	width: 300px;
	height: 30px;
	background: url(../images/btn2.jpg) no-repeat;
}
.btnn .btn3{
	display: block;
	width: 300px;
	height: 30px;
	background: url(../images/btn3.jpg) no-repeat;
}
.btnn .btn4{
	display: block;
	width: 300px;
	height: 30px;
	background: url(../images/btn4.jpg) no-repeat;
}
.btnn .btn1:hover{
	display: block;
	width: 300px;
	height: 30px;
	background: url(../images/btn11.jpg) no-repeat;
}
.btnn .btn2:hover{
	display: block;
	width: 300px;
	height: 30px;
	background: url(../images/btn22.jpg) no-repeat;
}
.btnn .btn3:hover{
	display: block;
	width: 300px;
	height: 30px;
	background: url(../images/btn33.jpg) no-repeat;
}
.btnn .btn4:hover{
	display: block;
	width: 300px;
	height: 30px;
	background: url(../images/btn44.jpg) no-repeat;
}

/*--------------------------------------------------------*/